Delete Schedules
{ deleteSchedules }
Soft deletes schedules from the active tasks scheduler.
Method
/API3/tasks/deleteSchedules
- Enterprise Admin
Input Parameters
Name
scheduleId
Object Type
string [ ]
Description
The schedules' system IDs
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
The schedules will not be permanently deleted. Instead it will only be set to status deleted.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP